From e7c16a5e82293c3487eb5a2de62812b3b45065f4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 11 Oct 2014 23:55:53 -0400 Subject: [PATCH] Drop a reference to GtkGLArea::create-context The signal no longer exists. --- gtk/gtkglarea.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkglarea.c b/gtk/gtkglarea.c index be612b737f..c2c15ff214 100644 --- a/gtk/gtkglarea.c +++ b/gtk/gtkglarea.c @@ -376,8 +376,8 @@ gtk_gl_area_class_init (GtkGLAreaClass *klass) * The #GdkGLContext used by the #GtkGLArea widget. * * The #GtkGLArea widget is responsible for creating the #GdkGLContext - * instance. See the #GtkGLArea::create-context signal on how to - * override the default behavior. + * instance. If you need to render with other kinds of buffers (stencil, + * depth, etc), use render buffers. * * Since: 3.16 */ -- 2.30.2